mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user