mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Monkey Grip (#11381)
This commit is contained in:
@@ -846,11 +846,6 @@
|
||||
to_chat(src, SPAN_WARNING("You don't have the dexterity to use that!"))
|
||||
return 0
|
||||
|
||||
if(disabilities & MONKEYLIKE)
|
||||
if(!silent)
|
||||
to_chat(src, SPAN_WARNING("You don't have the dexterity to use that!"))
|
||||
return 0
|
||||
|
||||
return 1
|
||||
|
||||
/mob/living/carbon/human/abiotic(var/full_body = 0)
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
secondary_langs = list(LANGUAGE_CHIMPANZEE)
|
||||
greater_form = SPECIES_HUMAN
|
||||
mob_size = MOB_SMALL
|
||||
has_fine_manipulation = 0
|
||||
show_ssd = null
|
||||
|
||||
bodytype = BODYTYPE_MONKEY
|
||||
|
||||
Reference in New Issue
Block a user