Updated ismonkey(), refactored kitchen spike, refactored plastic flaps.

This commit is contained in:
Zuhayr
2015-03-26 12:45:12 +10:30
parent 8af1a818e9
commit ba648e3e8d
26 changed files with 111 additions and 107 deletions

View File

@@ -1609,7 +1609,7 @@
where = "onfloor"
if ( where == "inhand" ) //Can only give when human or monkey
if ( !( ishuman(usr) || ismonkey(usr) ) )
if ( !( ishuman(usr) || issmall(usr) ) )
usr << "Can only spawn in hand when you're a human or a monkey."
where = "onfloor"
else if ( usr.get_active_hand() )