mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Wirecutters destroy glowshrooms
Two hits with a wirecutter now destroy glowshrooms. This makes it possible to remove glowshroom infestations more easily without scythes.
This commit is contained in:
@@ -162,6 +162,9 @@
|
||||
G.endurance -= damage_to_do
|
||||
G.CheckEndurance()
|
||||
return
|
||||
if(istype(I, /obj/item/weapon/wirecutters))
|
||||
endurance -= 15 // two hits
|
||||
CheckEndurance()
|
||||
if(I.damtype != STAMINA)
|
||||
endurance -= damage_to_do
|
||||
CheckEndurance()
|
||||
|
||||
Reference in New Issue
Block a user