more tweaks

This commit is contained in:
Metis
2024-09-17 18:48:48 -04:00
parent 8b3b46f9af
commit 3679a0eb1d
15 changed files with 1606 additions and 65 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/obj/effect/turf_decal
icon = 'GainStation13/icons/obj/decals.dmi' //GS13 OVERWRITE ORIGINAL ICON - 'icons/turf/decals.dmi'
icon = 'GainStation13/icons/turf/decals.dmi' //GS13 EDIT
icon_state = "warningline"
layer = TURF_DECAL_LAYER
plane = ABOVE_WALL_PLANE
+4 -1
View File
@@ -453,6 +453,9 @@
icon_state = "donkpocketbox"
illustration=null
custom_premium_price = PRICE_ABOVE_NORMAL // git gud
//GS13 EDIT
var/donktype = /obj/item/reagent_containers/food/snacks/donkpocket
var/warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm
/obj/item/storage/box/donkpockets/ComponentInitialize()
. = ..()
@@ -461,7 +464,7 @@
/obj/item/storage/box/donkpockets/PopulateContents()
for(var/i in 1 to 6)
new /obj/item/reagent_containers/food/snacks/donkpocket(src)
new donktype(src) //GS13 EDIT
/obj/item/storage/box/monkeycubes
name = "monkey cube box"
+1 -1
View File
@@ -1,5 +1,5 @@
/obj/structure/sign
icon = 'icons/obj/decals.dmi'
icon = 'GainStation13/icons/obj/decals.dmi' //GS13 EDIT
anchored = TRUE
opacity = 0
density = FALSE