mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[ready] unit tests all worn icons (#72370)
Fixes #71692 🆑 ShizCalev code: Added a unit test for ALL worn icons. fix: Fixed a bunch of broken worn icons! /🆑
This commit is contained in:
@@ -338,6 +338,7 @@ LINEN BINS
|
||||
name = "random bedsheet"
|
||||
desc = "If you're reading this description ingame, something has gone wrong! Honk!"
|
||||
bedsheet_type = BEDSHEET_ABSTRACT
|
||||
item_flags = ABSTRACT
|
||||
var/static/list/bedsheet_list
|
||||
var/spawn_type = BEDSHEET_SINGLE
|
||||
|
||||
@@ -364,6 +365,7 @@ LINEN BINS
|
||||
name = "random dorms bedsheet"
|
||||
desc = "If you're reading this description ingame, something has gone wrong! Honk!"
|
||||
bedsheet_type = BEDSHEET_DOUBLE
|
||||
item_flags = ABSTRACT
|
||||
slot_flags = null
|
||||
|
||||
/obj/item/bedsheet/dorms/Initialize(mapload)
|
||||
@@ -545,6 +547,7 @@ LINEN BINS
|
||||
|
||||
/obj/item/bedsheet/dorms_double
|
||||
icon_state = "random_bedsheet"
|
||||
item_flags = ABSTRACT
|
||||
bedsheet_type = BEDSHEET_ABSTRACT
|
||||
|
||||
/obj/item/bedsheet/dorms_double/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user