mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-04 14:42:56 +00:00
Knuckledusters; New Ways to Beat People to Death in Style (#23685)
* Created Knuckledusters.dm Time to see if this shit works * Correct file now I forgot to add .dm after making file. Oopsies. * Delete code/game/objects/items/weapons/knuckledusters Wrong file * Fixes code and addes sprites * Finished sprites, dusters can now be gotten * Tweaks and fixes and additions * Uplink description tweak * Now they do more, thanks Snowball for help * Syndiedusters look good now * Tweaked values, added Engraved Dusters as steal objective * Further tweak * Removal of unnecessary space Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Tweaks from Henri added * Gave admin variant new root name * Autodocumentation of variables I feel like an idiot not knowing how to autodocument, but feeling like an idiot is worth it so long as I learn Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * Added some suggested changes/code cleaning * Removes unecessary space, how do I keep missing these? Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -150,6 +150,12 @@
|
||||
protected_jobs = list("Quartermaster")
|
||||
job_possession = FALSE
|
||||
|
||||
/datum/theft_objective/engraved_dusters
|
||||
name = "the quartermaster's engraved knuckledusters"
|
||||
typepath = /obj/item/melee/knuckleduster/nanotrasen
|
||||
protected_jobs = list("Quartermaster")
|
||||
location_override = "the Quartermaster's Cargo Office"
|
||||
|
||||
/datum/theft_objective/number
|
||||
var/min=0
|
||||
var/max=0
|
||||
|
||||
Reference in New Issue
Block a user