removes alignment system

This commit is contained in:
Kyep
2018-11-28 19:23:26 -08:00
parent c5a4abeb8b
commit b4acc30b2e
10 changed files with 10 additions and 58 deletions
+1 -2
View File
@@ -60,8 +60,7 @@
var/isholy = FALSE // is this person a chaplain or admin role allowed to use bibles
var/isblessed = FALSE // is this person blessed by a chaplain?
var/alignment // for chaplains
var/religious_favor = 0 // for prayers
var/num_blessed = 0 // for prayers
// the world.time since the mob has been brigged, or -1 if not at all
var/brigged_since = -1
+1 -1
View File
@@ -69,5 +69,5 @@
user.visible_message("[user] has blessed [target] in the name of [ticker.Bible_deity_name].", "<span class='notice'>You have blessed [target] in the name of [ticker.Bible_deity_name].</span>")
if(!target.mind.isblessed)
target.mind.isblessed = TRUE
user.mind.religious_favor++
user.mind.num_blessed++