Revert "Pipegun Buff (#12365)" (#12429)

This commit is contained in:
Matt Atlas
2021-08-31 21:56:36 +02:00
committed by GitHub
parent 53b4f37bc9
commit fb763d64c0
11 changed files with 30 additions and 74 deletions
@@ -93,12 +93,7 @@ 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)
var/can_keep_s_store = FALSE
if(s_store.slot_flags & SLOT_S_STORE)
can_keep_s_store = TRUE
if(!can_keep_s_store && species.can_hold_s_store(s_store))
can_keep_s_store = TRUE
if(!can_keep_s_store)
if(!(isvaurca(src) && s_store.w_class <= ITEMSIZE_SMALL))
drop_from_inventory(s_store)
wear_suit = null
update_inv_wear_suit()
@@ -774,7 +774,4 @@
if(C?.can_support)
stance_damage -=2
return stance_damage
/datum/species/proc/can_hold_s_store(var/obj/item/I)
return FALSE
return stance_damage
@@ -159,8 +159,3 @@
/datum/species/bug/is_naturally_insulated()
return TRUE
/datum/species/bug/can_hold_s_store(obj/item/I)
if(I.w_class <= ITEMSIZE_SMALL)
return TRUE
return FALSE