mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-21 03:52:54 +01:00
Update zerg.dm
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
var/location = get_turf(src)
|
||||
chosentype = input(usr,"What type would you like to be?") as null|anything in zerg_types
|
||||
if(!choosetype) return
|
||||
if(!chosentype) return
|
||||
var/myuser = src.key
|
||||
death()
|
||||
var/newmob = new chosentype(location)
|
||||
|
||||
Reference in New Issue
Block a user