Adds mousedrop to speed/fire potions

This commit is contained in:
Jazz23
2019-03-01 15:29:19 -08:00
parent 31e7ee37fd
commit fbd861461d
@@ -358,6 +358,10 @@
C.slowdown = 0
qdel(src)
/obj/item/slimepotion/speed/MouseDrop(obj/over_object)
if(loc == usr && loc.Adjacent(over_object))
afterattack(over_object, usr, TRUE)
/obj/item/slimepotion/fireproof
name = "slime chill potion"
desc = "A potent chemical mix that will fireproof any article of clothing. Has three uses."
@@ -389,6 +393,10 @@
if(!uses)
qdel(src)
/obj/item/slimepotion/fireproof/MouseDrop(obj/over_object)
if(loc == usr && loc.Adjacent(over_object))
afterattack(over_object, usr, TRUE)
/obj/effect/timestop
anchored = 1
name = "chronofield"