mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Merge branch 'master' into kk-fixes2
This commit is contained in:
@@ -14,3 +14,10 @@
|
||||
cost = 100
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Instrument crate"
|
||||
|
||||
/datum/supply_pack/recreation/piano
|
||||
name = "Grand* Piano"
|
||||
contains = list()
|
||||
cost = 150
|
||||
containertype = /obj/structure/largecrate/piano
|
||||
containername = "Piano Crate"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/obj/structure/largecrate/piano
|
||||
name = "piano crate"
|
||||
starts_with = list(/obj/structure/device/piano)
|
||||
desc = "*Grand piano may end up being a minimoog."
|
||||
|
||||
/obj/structure/largecrate/piano/Initialize() //This is nessesary to get a random one each time.
|
||||
starts_with = list(pick(/obj/structure/device/piano/minimoog,
|
||||
/obj/structure/device/piano))
|
||||
return ..()
|
||||
@@ -1406,6 +1406,7 @@
|
||||
#include "code\game\objects\structures\crates_lockers\crates_vr.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\largecrate.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\largecrate_vr.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\largecrate_yw.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\vehiclecage.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\closets\coffin.dm"
|
||||
#include "code\game\objects\structures\crates_lockers\closets\crittercrate.dm"
|
||||
|
||||
Reference in New Issue
Block a user