10-10-2019, 05:47 PM
(10-10-2019, 02:56 PM)Skornzy Wrote:naw I don't think it was either of those things. it was the same as if you'd shaved a person's hair(10-09-2019, 05:26 PM)UrsulaMejor Wrote:(10-09-2019, 04:12 PM)kyle2143 Wrote: That is a joke item and always has been. The projectiles they shoot do nothing and never have sadly.
Nope! not true!
Shooting ghosts with the ghost gun used to make them fully transparent outlines instead of milky shades, drop a blob of ectoplasm, AND it used to make ghosts drop their hair so that you could steal their styles.
It also stops them from being cloned, apparently. RIP. Literally.
Code:/mob/dead/observer/bullet_act(var/obj/projectile/P)
if (src.icon_state == "doubleghost")
return
src.icon_state = "doubleghost"
src.visible_message("<span style=\"color:red\"><b>[src] is busted!</b></span>","<span style=\"color:red\">You are demateralized into a state of further death!</span>")
src.corpse = null
if (wig)
wig.loc = src.loc
new /obj/item/reagent_containers/food/snacks/ectoplasm(get_turf(src))
overlays.len = 0
log_shot(P,src)
Their hair would be transparent, and highly radioactive if I remember correctly.