mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Resolves compile errors with the exception of map errors.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
for(var/turf/simulated/floor/T in orange(1,xmas))
|
||||
for(var/i=1,i<=rand(1,5),i++)
|
||||
new /obj/item/weapon/a_gift(T)
|
||||
//for(var/mob/living/simple_animal/corgi/Ian/Ian in mob_list)
|
||||
//for(var/mob/living/simple_mob/corgi/Ian/Ian in mob_list)
|
||||
// Ian.place_on_head(new /obj/item/clothing/head/helmet/space/santahat(Ian))
|
||||
|
||||
/proc/ChristmasEvent()
|
||||
|
||||
Reference in New Issue
Block a user