mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Merge pull request #12934 from farie82/Item-armor-fix
Make every obj/.../New() call it's parents, Fixes things not burning on lava and causing runtimes
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
var/brightness = 2
|
||||
|
||||
/obj/item/shard/supermatter/New()
|
||||
..()
|
||||
src.icon_state = "supermatter" + pick("large", "medium", "small")
|
||||
switch(src.icon_state)
|
||||
if("supermattersmall")
|
||||
|
||||
Reference in New Issue
Block a user