Merge pull request #1682 from MisterGrimm/Genaprawns

Player Xenomorph Overhaul 1.1 , the Genaprawns
This commit is contained in:
Nadyr
2021-03-28 21:53:36 -04:00
committed by GitHub
15 changed files with 48 additions and 56 deletions
+2 -2
View File
@@ -56,10 +56,10 @@
// Check for bans properly.
if(jobban_isbanned(user, MODE_XENOMORPH))
to_chat(user, "<span class='danger'>You are banned from playing a Xenomorph.</span>")
to_chat(user, "<span class='danger'>You are banned from playing a Genaprawn.</span>") //CHOMPedit
return
var/confirm = alert(user, "Are you sure you want to join as a Xenomorph larva?", "Become Larva", "No", "Yes")
var/confirm = alert(user, "Are you sure you want to join as a Genaprawn larva?", "Become Larva", "No", "Yes") //CHOMPedit
if(!src || confirm != "Yes")
return