mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +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:
@@ -106,6 +106,11 @@
|
||||
msg += "<span class='warning'>[T.He] [T.is] carrying \icon[s_store] [s_store.gender==PLURAL?"some":"a"] [(s_store.blood_color != "#030303") ? "blood" : "oil"]-stained <a href='?src=\ref[src];lookitem_desc_only=\ref[s_store]'>[s_store.name]</a> on [T.his] [wear_suit.name]!</span>\n"
|
||||
else
|
||||
msg += "[T.He] [T.is] carrying \icon[s_store] <a href='?src=\ref[src];lookitem_desc_only=\ref[s_store]'>\a [s_store]</a> on [T.his] [wear_suit.name].\n"
|
||||
else if(s_store && !skipsuitstorage)
|
||||
if(s_store.blood_DNA)
|
||||
msg += "<span class='warning'>[T.He] [T.is] carrying \icon[s_store] [s_store.gender==PLURAL?"some":"a"] [(s_store.blood_color != "#030303") ? "blood" : "oil"]-stained <a href='?src=\ref[src];lookitem_desc_only=\ref[s_store]'>[s_store.name]</a> on [T.his] chest!</span>\n"
|
||||
else
|
||||
msg += "[T.He] [T.is] carrying \icon[s_store] <a href='?src=\ref[src];lookitem_desc_only=\ref[s_store]'>\a [s_store]</a> on [T.his] chest.\n"
|
||||
|
||||
//back
|
||||
if(back)
|
||||
|
||||
@@ -91,7 +91,8 @@ This saves us from having to call add_fingerprint() any time something is put in
|
||||
if (wear_suit.flags_inv & HIDEJUMPSUIT)
|
||||
update_uniform = 1
|
||||
if(s_store)
|
||||
drop_from_inventory(s_store)
|
||||
if(!(isvaurca(src) && s_store.w_class <= ITEMSIZE_SMALL))
|
||||
drop_from_inventory(s_store)
|
||||
wear_suit = null
|
||||
update_inv_wear_suit()
|
||||
if (update_uniform)
|
||||
|
||||
Reference in New Issue
Block a user