mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Added 5 new types of random events
This commit is contained in:
@@ -23,11 +23,16 @@
|
||||
return
|
||||
|
||||
/obj/effect/portal/New()
|
||||
portals += src
|
||||
spawn(300)
|
||||
del(src)
|
||||
return
|
||||
return
|
||||
|
||||
/obj/effect/portal/Del()
|
||||
portals -= src
|
||||
return ..()
|
||||
|
||||
/obj/effect/portal/proc/teleport(atom/movable/M as mob|obj)
|
||||
if(istype(M, /obj/effect)) //sparks don't teleport
|
||||
return
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
#define SUPPLY_STATION_AREATYPE "/area/supply/station" //Type of the supply shuttle area for station
|
||||
#define SUPPLY_DOCK_AREATYPE "/area/supply/dock" //Type of the supply shuttle area for dock
|
||||
|
||||
var/datum/controller/supply_shuttle/supply_shuttle = new()
|
||||
var/global/datum/controller/supply_shuttle/supply_shuttle
|
||||
//var/datum/controller/supply_shuttle/supply_shuttle = new()
|
||||
|
||||
var/list/mechtoys = list(
|
||||
/obj/item/toy/prize/ripley,
|
||||
|
||||
Reference in New Issue
Block a user