Posts: 420
Threads: 136
Joined: Aug 2014
10-09-2019, 04:06 PM
(This post was last modified: 10-09-2019, 04:35 PM by sartorius. Edited 1 time in total.)
The shots from the ectoplasmic disintegrator will pass through ghosts harmlessly for some reason. Maybe it's related to the ghost abilities?
Posts: 412
Threads: 12
Joined: Sep 2012
BYOND Username: Hokie/Ines
Character Name: Ines McNabb
Sounds like oversight or possibly intentional.
Posts: 1,357
Threads: 160
Joined: Sep 2012
That is a joke item and always has been. The projectiles they shoot do nothing and never have sadly.
Posts: 420
Threads: 136
Joined: Aug 2014
10-09-2019, 04:34 PM
(This post was last modified: 10-09-2019, 05:18 PM by sartorius. Edited 2 times in total.)
Having witnessed it function multiple times before then, either this is a recent change or bug.
Posts: 3,072
Threads: 272
Joined: Dec 2012
10-09-2019, 05:26 PM
(This post was last modified: 10-09-2019, 05:36 PM by UrsulaMejor. Edited 1 time in total.)
(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)
Posts: 149
Threads: 14
Joined: Jan 2017
BYOND Username: Skornzy
Character Name: James Paxton
(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.
Posts: 3,072
Threads: 272
Joined: Dec 2012
(10-10-2019, 02:56 PM)Skornzy Wrote: (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.
naw I don't think it was either of those things. it was the same as if you'd shaved a person's hair
Posts: 464
Threads: 11
Joined: Feb 2019
BYOND Username: zjdtmkhzt
Character Name: Trigger Len
10-10-2019, 06:01 PM
(This post was last modified: 10-10-2019, 06:03 PM by zjdtmkhzt. Edited 1 time in total.)
I'm quite certain that it used to drop their radioactive hair not too long ago (which could then be turned into the material for matsci). I think it stopped working a while ago, I assume due to a bug.
Not sure if it stopped ghosts from being cloned back then, but that seems kind of mean. I don't think harvesting the material should take people out of the round like that, if the gun ever gets fixed.
EDIT: Is this about the gun that can be found in an adventure zone or about the one from the ghostbuster job? Maybe ghostbusters have a nonfunctional version or something?
Posts: 92
Threads: 18
Joined: Nov 2013
BYOND Username: party-cactus
The current iteration is supposed to drop ectofibre, an invisible radioactive material shaped like the ghost player's hair, yeah. It still did that up until a couple months ago, as SaccharineChampion can attest.
Posts: 1,791
Threads: 135
Joined: Sep 2016