mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Adds Mushman Babies and Diona Nymphs as possibilities to the infestation random event (#25917)
* nymphtide worldwide * pinhead
This commit is contained in:
@@ -4090,6 +4090,8 @@
|
||||
"syphoners" = VERM_SYPHONER,
|
||||
"greytide gremlins" = VERM_GREMTIDE,
|
||||
"crabs" = VERM_CRABS,
|
||||
"diona nymphs" = VERM_DIONA,
|
||||
"mushman pinheads" = VERM_MUSHMEN
|
||||
)
|
||||
var/ov = vermins[input("What vermin should infest the station?", "Vermin Infestation") in vermins]
|
||||
var/ol = locations[input("Where should they spawn?", "Vermin Infestation") in locations]
|
||||
@@ -5594,7 +5596,7 @@
|
||||
if(!chosen)
|
||||
to_chat(usr, "<span class='warning'>No type chosen.</span>")
|
||||
return
|
||||
|
||||
|
||||
type_del = chosen
|
||||
|
||||
if ("exec")
|
||||
|
||||
Reference in New Issue
Block a user