mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 09:03:53 +01:00
intent cleanup (#16825)
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
to_chat(user, span_warning("\The [H] is wearing gloves."))
|
||||
return 1
|
||||
|
||||
if(user != H && H.a_intent != "help" && !H.lying)
|
||||
if(user != H && H.a_intent != I_HELP && !H.lying)
|
||||
user.visible_message(span_danger("\The [user] tries to take prints from \the [H], but they move away."))
|
||||
return 1
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
to_chat(user, span_warning("They don't seem to have DNA!"))
|
||||
return
|
||||
|
||||
if(user != H && H.a_intent != "help" && !H.lying)
|
||||
if(user != H && H.a_intent != I_HELP && !H.lying)
|
||||
user.visible_message(span_danger("\The [user] tries to take a swab sample from \the [H], but they move away."))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user