mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
vaurca vestigial arms (#8280)
Allows Vaurca to hold small items in their lil vestigial arms. The suit slot counts as pseudo-arms.
This commit is contained in:
@@ -371,6 +371,8 @@ var/list/global/slot_flags_enumeration = list(
|
||||
if( w_class > 2 && !(slot_flags & SLOT_POCKET) )
|
||||
return 0
|
||||
if(slot_s_store)
|
||||
if(isvaurca(H) && src.w_class <= ITEMSIZE_SMALL)
|
||||
return TRUE
|
||||
if(!H.wear_suit && (slot_wear_suit in mob_equip))
|
||||
if(!disable_warning)
|
||||
to_chat(H, "<span class='warning'>You need a suit before you can attach this [name].</span>")
|
||||
|
||||
Reference in New Issue
Block a user