mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
Merge pull request #4944 from VOREStation/pol-matweak
Tweak weird MA override
This commit is contained in:
@@ -98,8 +98,6 @@
|
||||
|
||||
/obj/item/weapon/storage/fancy/crayons/update_icon()
|
||||
var/mutable_appearance/ma = new(src)
|
||||
ma.plane = plane
|
||||
ma.layer = layer
|
||||
ma.overlays = list()
|
||||
for(var/obj/item/weapon/pen/crayon/crayon in contents)
|
||||
ma.overlays += image('icons/obj/crayons.dmi',crayon.colourName)
|
||||
|
||||
Reference in New Issue
Block a user