mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
fix incorrect toolbelt in delta cargo (#30469)
* fix incorrect toolbelt in delta cargo * fix splashscreen_sandbox.dmm
This commit is contained in:
@@ -154,16 +154,16 @@
|
||||
/turf/simulated/floor/grass,
|
||||
/area/start)
|
||||
"r" = (
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/obj/item/storage/belt/utility,
|
||||
/turf/simulated/floor/grass,
|
||||
/area/start)
|
||||
"s" = (
|
||||
|
||||
@@ -11212,7 +11212,7 @@
|
||||
pixel_x = 3;
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/item/storage/belt,
|
||||
/obj/item/storage/belt/utility,
|
||||
/turf/simulated/floor/plasteel{
|
||||
icon_state = "neutralfull"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
help: 'The base belt type is not mappable. For standard tool belts, use /obj/item/storage/belt/utility.'
|
||||
=/obj/item/storage/belt:
|
||||
banned: true
|
||||
Reference in New Issue
Block a user