Slime people fixes

This commit is contained in:
ZomgPonies
2014-01-03 20:05:44 -05:00
parent ddef747e23
commit b2ee79eeeb
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
else
M.inertia_dir = 0
return
else if(!istype(M, /mob/living/carbon/slime) || (M:species.bodyflags & FEET_NOSLIP))
else if(!istype(M, (/mob/living/carbon/slime || /mob/living/carbon/human/slime)) || (M:species.bodyflags & FEET_NOSLIP))
if (M.m_intent == "run")
M.stop_pulling()
step(M, M.dir)
+6 -1
View File
@@ -11,6 +11,7 @@ Creature-level abilities.
set name = "Ventcrawl (Slime People)"
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
// Check if the client has a mob and if the mob is valid and alive.
@@ -27,4 +28,8 @@ Creature-level abilities.
M << "\red You cannot do this while cuffed."
return 0
handle_ventcrawl()
if(M.contents.len != 0)
M << "\red You need to be naked and have nothing in your hands to ventcrawl."
return 0
M.handle_ventcrawl()
+1 -1
View File
@@ -55,7 +55,7 @@
name = "Bubblish"
desc = "Languages of slimes, a mixture of bubbling noises and pops. Almost impossible to speak without mechanical aid for non slime people."
speech_verb = "bubbles and pops"
colour = "slime"
colour = "skrell"
key = "f"
flags = RESTRICTED