mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Suit storage unit wires now be accessible when electrocuted and hacked UV radiation properly destroys contents (#14912)
* Wires now work when electrocuted and UV deletes contents * Minor fix attackby and attack_hand * Minor spacing changes
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
|
||||
/datum/wires/suitstorage/interactable(mob/user)
|
||||
var/obj/machinery/suit_storage_unit/A = holder
|
||||
if(iscarbon(user) && A.Adjacent(user) && A.shocked)
|
||||
return A.shock(user, 100)
|
||||
if(A.panel_open)
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user