mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 08:38:13 +01:00
Post merge fixes.
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
docking_codes = null
|
||||
|
||||
/obj/effect/overmap/visitable/planet/Sif/get_skybox_representation()
|
||||
. = ..()
|
||||
(.).pixel_x = skybox_offset_x
|
||||
(.).pixel_y = skybox_offset_y
|
||||
|
||||
var/image/tmp = ..()
|
||||
tmp.pixel_x = skybox_offset_x
|
||||
tmp.pixel_y = skybox_offset_y
|
||||
return tmp
|
||||
/obj/effect/overmap/visitable/telecomm_sat
|
||||
name = "Telecommunications Satellite"
|
||||
icon_state = "object"
|
||||
|
||||
@@ -130,8 +130,6 @@
|
||||
starts_with += /obj/item/weapon/storage/backpack/satchel/sec
|
||||
if(prob(50))
|
||||
starts_with += /obj/item/weapon/storage/backpack/dufflebag/sec
|
||||
if(prob(30))
|
||||
starts_with += /obj/item/weapon/contraband/poster/nanotrasen
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/secure_closet/security/cargo/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user