mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixed slimepeople ventcrawling
This commit is contained in:
@@ -12,8 +12,8 @@ Creature-level abilities.
|
||||
set desc = "The ability to crawl through vents if naked and not holding anything."
|
||||
|
||||
|
||||
if(istype(src,/mob/living/carbon/human/slime))
|
||||
var/mob/living/carbon/M = src
|
||||
if(istype(usr,/mob/living/carbon/human/slime))
|
||||
var/mob/living/carbon/human/slime/M = usr
|
||||
// Check if the client has a mob and if the mob is valid and alive.
|
||||
if(M.stat==2)
|
||||
M << "\red You must be corporeal and alive to do that."
|
||||
@@ -33,3 +33,5 @@ Creature-level abilities.
|
||||
return 0
|
||||
|
||||
M.handle_ventcrawl()
|
||||
else
|
||||
src << "This should not be happening. At all."
|
||||
Reference in New Issue
Block a user