Creep fluff completely rewritten (#42675)

* hang in there!

* Apply suggestions from code review - rewrite P1

Co-Authored-By: tralezab <40974010+tralezab@users.noreply.github.com>

* most creep > obsessed - rewrite P2

* removes creep_inlove, last edit to greet
This commit is contained in:
tralezab
2019-02-08 11:26:41 -05:00
committed by moo
parent 7acd3a4f47
commit 46e3894bb2
11 changed files with 77 additions and 86 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
else if(isobserver(user))
to_chat(user, "<span class='notice'>It is the [family_name] family heirloom, belonging to [owner].</span>")
else
var/datum/antagonist/creep/creeper = user.mind.has_antag_datum(/datum/antagonist/creep)
var/datum/antagonist/obsessed/creeper = user.mind.has_antag_datum(/datum/antagonist/obsessed)
if(creeper && creeper.trauma.obsession == owner)
to_chat(user, "<span class='nicegreen'>This must be [owner]'s family heirloom! It smells just like them...</span>")