mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Sticker packs/Chief Engineer sticker (#86154)
## About The Pull Request - Changes sticker container from a generic box to a specialised 'sticker pack' with label - Adds a Chief Engineer seal of approval sticker  ## Why It's Good For The Game The CE can now quell crew concerns about machinery they find in the hallway Before:  After:  ## Changelog 🆑 LT3 add: Added Chief Engineer SEAL OF APPROVAL sticker code: Stickers now come in sticker packs, not boxes code: Stickers can now add examine text to whatever they're stuck on /🆑
This commit is contained in:
@@ -112,3 +112,12 @@
|
||||
..()
|
||||
for(var/i in 1 to 7)
|
||||
new /obj/item/tank/internals/emergency_oxygen/engi(src) //in case anyone ever wants to do anything with spawning them, apart from crafting the box
|
||||
|
||||
/obj/item/storage/box/stickers/chief_engineer
|
||||
name = "CE approved sticker pack"
|
||||
desc = "With one of these stickers, inform the crew that the contraption in the corridor is COMPLETELY SAFE!"
|
||||
illustration = "label_ce"
|
||||
|
||||
/obj/item/storage/box/stickers/chief_engineer/PopulateContents()
|
||||
for(var/i in 1 to 3)
|
||||
new /obj/item/sticker/chief_engineer(src)
|
||||
|
||||
Reference in New Issue
Block a user