lizard stuff (#33669)

This commit is contained in:
ShizCalev
2017-12-20 06:55:42 -05:00
committed by CitadelStationBot
parent de967e2d8e
commit b83dd93309
2 changed files with 10 additions and 0 deletions
@@ -19,6 +19,11 @@
if(H)
H.endTailWag()
/datum/species/human/spec_stun(mob/living/carbon/human/H,amount)
if(H)
H.endTailWag()
. = ..()
/datum/species/human/space_move(mob/living/carbon/human/H)
var/obj/item/device/flightpack/F = H.get_flightpack()
if(istype(F) && (F.flight) && F.allow_thrust(0.01, src))
@@ -42,6 +42,11 @@
if(H)
H.endTailWag()
/datum/species/lizard/spec_stun(mob/living/carbon/human/H,amount)
if(H)
H.endTailWag()
. = ..()
/*
Lizard subspecies: ASHWALKERS
*/