mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Adds mousedrop to speed/fire potions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user