mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Adds a config flag that keeps people from being Tajaranized.
Fix for people's bodies not being updated when they spawn. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3541 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -52,5 +52,9 @@
|
||||
src << "Only administrators may use this command."
|
||||
return
|
||||
|
||||
if(config.no_taj)
|
||||
src << "Sorry, Tajarans are not allowed on this server." // For some reason allowing them is a big enough fucking issue that I have to add this flag
|
||||
return
|
||||
|
||||
if(istype(H))
|
||||
H:Tajaraize()
|
||||
@@ -97,6 +97,11 @@
|
||||
|
||||
src << "\blue Your icons have been generated!"
|
||||
|
||||
|
||||
spawn(10) // Failsafe for.. weirdness.
|
||||
update_clothing()
|
||||
update_body()
|
||||
|
||||
vessel = new/datum/reagents(600)
|
||||
vessel.my_atom = src
|
||||
vessel.add_reagent("blood",560)
|
||||
|
||||
Reference in New Issue
Block a user