mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Death to earmuff duping (and other fixes/tweaks) (#7216)
* earmuff *scream * don't limit limb breaking that hard
This commit is contained in:
@@ -332,6 +332,8 @@ obj/machinery/lapvend/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
S.worth -= total_price
|
||||
if(S.worth <= 0)
|
||||
qdel(S)
|
||||
else
|
||||
S.update_icon()
|
||||
return 1
|
||||
|
||||
else // just incase
|
||||
|
||||
Reference in New Issue
Block a user