mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-20 19:42:34 +01:00
Proper Naming for VIRGO PR #3000
https://github.com/VOREStation/VOREStation/pull/3000 Adds Propernaming Adds Contraband Variable
This commit is contained in:
@@ -6,14 +6,16 @@
|
||||
containername = "Stolen crate"
|
||||
contraband = 1
|
||||
|
||||
/datum/supply_packs/supply/awoo
|
||||
/datum/supply_packs/supply/wolfgirl
|
||||
name = "Wolfgirl Crate"
|
||||
cost = 200 //I mean, it's a whole wolfgirl
|
||||
containertype = /obj/structure/largecrate/animal/awoo
|
||||
containertype = /obj/structure/largecrate/animal/wolfgirl
|
||||
containername = "Wolfgirl crate"
|
||||
contraband = 1
|
||||
|
||||
/datum/supply_packs/supply/mlem
|
||||
/datum/supply_packs/supply/catgirl
|
||||
name = "Catgirl Crate"
|
||||
cost = 200 //I mean, it's a whole catgirl
|
||||
containertype = /obj/structure/largecrate/animal/mlem
|
||||
containername = "Catgirl crate"
|
||||
containertype = /obj/structure/largecrate/animal/catgirl
|
||||
containername = "Catgirl crate"
|
||||
contraband = 1
|
||||
|
||||
Reference in New Issue
Block a user