mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Donk Co. Toys
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
if(AM.simulated)
|
||||
AM.forceMove(T)
|
||||
//VOREStation Add Start
|
||||
if(isanimal(AM))
|
||||
if(isanimal(AM))
|
||||
var/mob/living/simple_mob/AMBLINAL = AM
|
||||
if(!AMBLINAL.mind)
|
||||
AMBLINAL.ghostjoin = 1
|
||||
@@ -65,6 +65,11 @@
|
||||
ME.attach(H)
|
||||
..()
|
||||
|
||||
/obj/structure/largecrate/donksoftvendor
|
||||
name = "\improper Donk-Soft vendor crate"
|
||||
desc = "A hefty wooden crate displaying the logo of Donk-Soft. It's rather heavy."
|
||||
starts_with = list(/obj/machinery/vending/donksoft)
|
||||
|
||||
/obj/structure/largecrate/vehicle
|
||||
name = "vehicle crate"
|
||||
desc = "Wulf Aeronautics says it comes in a box for the consumer's sake... How is this so light?"
|
||||
|
||||
Reference in New Issue
Block a user