mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 13:16:47 +01:00
Merge remote-tracking branch 'upstream/master' into cursed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/datum/supply_pack/costumes_toys/randomised/toys/New()
|
||||
var/list/extra_contains = list(
|
||||
/obj/item/toy/prize/savannahivanov
|
||||
)
|
||||
LAZYADD(contains, extra_contains)
|
||||
. = ..()
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
//type used for one drop spawning items. doesn't have a style as style is set by the helper that creates this
|
||||
/obj/structure/closet/supplypod/podspawn
|
||||
bluespace = TRUE
|
||||
explosionSize = list(0,0,0,0)
|
||||
Reference in New Issue
Block a user