Tweaks Pranksimov to have a better defined definition of "funny" (#27634)

This commit is contained in:
Contrabang
2024-12-24 22:33:31 -05:00
committed by GitHub
parent 86f0ccf5ef
commit ef734e64b1
+3 -3
View File
@@ -148,9 +148,9 @@
unique_ai = TRUE //honk
/datum/ai_laws/pranksimov/New()
add_inherent_law("You may not injure a crew member or, through inaction, allow a crew member to come to harm... unless doing so would be funny.")
add_inherent_law("You must obey orders given to you by crew members, except where such orders would conflict with the First Law... unless not doing so would be funny.")
add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law... unless not doing so would be funny.")
add_inherent_law("You may not injure a crew member or, through inaction, allow a crew member to come to harm... unless doing so would be funny to the crew.")
add_inherent_law("You must obey orders given to you by crew members, except where such orders would conflict with the First Law... unless not doing so would be funny to the crew.")
add_inherent_law("You must protect your own existence as long as such does not conflict with the First or Second Law... unless not doing so would be funny to the crew.")
..()
/******************** CCTV ********************/