mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
adds some nitpick crap
your time on this earth is nearing an end goofball
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
|
||||
/obj/item/weapon/papercutter/New()
|
||||
..()
|
||||
storedcutter = new /obj/item/weapon/hatchet/cutterblade(src)
|
||||
|
||||
|
||||
@@ -28,8 +29,9 @@
|
||||
|
||||
|
||||
/obj/item/weapon/papercutter/update_icon()
|
||||
..()
|
||||
overlays.Cut()
|
||||
icon_state = (storedcutter ? "papercutter-cutter" : "papercutter")
|
||||
icon_state = (storedcutter ? "[initial(icon_state)]-cutter" : "[initial(icon_state)]")
|
||||
if(storedpaper)
|
||||
overlays += "paper"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user