mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-05-25 16:16:57 +01:00
7bb5b51954
Conflicts: code/modules/events/event_manager.dm
10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
/var/global/spacevines_spawned = 0
|
|
|
|
/datum/event/spacevine/start()
|
|
//biomass is basically just a resprited version of space vines
|
|
if(prob(50))
|
|
spacevine_infestation()
|
|
else
|
|
biomass_infestation()
|
|
spacevines_spawned = 1
|