mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Removing self-vore message from aliens + minor attack verb fixes (#87226)
## About The Pull Request Fixes self-vore message when you get devoured by an alien. Fixes some simple attack verbs being continuous ## Why It's Good For The Game Bug fixes good ## Changelog 🆑 spellcheck: Correct message is shown when YOU get devoured by an alien spellcheck: Fixed a few typos on some simple attack verbs being continuous /🆑
This commit is contained in:
@@ -340,7 +340,7 @@ GLOBAL_LIST_INIT(bibleitemstates, list(
|
||||
hitsound = 'sound/items/weapons/sear.ogg'
|
||||
damtype = BURN
|
||||
attack_verb_continuous = list("attacks", "burns", "blesses", "damns", "scorches", "curses", "smites")
|
||||
attack_verb_simple = list("attack", "burn", "bless", "damn", "scorch", "curses", "smites")
|
||||
attack_verb_simple = list("attack", "burn", "bless", "damn", "scorch", "curse", "smite")
|
||||
deity_name = "The Syndicate"
|
||||
var/uses = 1
|
||||
var/owner_name
|
||||
|
||||
Reference in New Issue
Block a user