This commit is contained in:
Zuhayr
2015-01-09 03:56:12 +10:30
parent cd53ed613c
commit 29435d8750
2 changed files with 9 additions and 1 deletions
@@ -23,4 +23,8 @@
if(O.w_class == 1)
..()
else
src << "<span class='warning'>You are too small to pull that.</span>"
src << "<span class='warning'>You are too small to pull that.</span>"
/mob/living/cabon/alien/diona/put_in_hands(var/obj/item/W) // No hands.
W.loc = get_turf(src)
return 1
@@ -372,3 +372,7 @@
message = capitalize(trim_left(message))
..(message, null, verb)
/mob/living/simple_animal/put_in_hands(var/obj/item/W) // No hands.
W.loc = get_turf(src)
return 1