mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Merge pull request #1682 from MisterGrimm/Genaprawns
Player Xenomorph Overhaul 1.1 , the Genaprawns
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user