mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-30 11:32:20 +00:00
Screwdriver Pen (#70467)
* base * bam * icon and element fix * terminate * Update code/modules/paperwork/pen.dm * Update code/modules/paperwork/pen.dm * sigh * Update code/_globalvars/lists/maintenance_loot.dm Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> * Update code/modules/paperwork/pen.dm Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> * Update code/modules/paperwork/pen.dm Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> * factoring * escapism * balloon notif * bottom vars * Update code/modules/paperwork/pen.dm * Update code/modules/paperwork/pen.dm * Apply suggestions from code review * updates the sprite to be based on new pen icon * pushes the comsig call to an attack_self * Update code/modules/paperwork/pen.dm * Update code/modules/paperwork/pen.dm * imagos icon Co-authored-by: etherware-novice <candy@notarealaddr.com> Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com> Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com> Co-authored-by: Candycaneannihalator <candycane@thisisnotarealaddr.com>
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
|
||||
if(is_type_in_list(W, contained_item))
|
||||
if(W.w_class >= WEIGHT_CLASS_SMALL) // Anything equal to or larger than small won't work
|
||||
user.balloon_alert(user, "too big!")
|
||||
return
|
||||
if(inserted_item)
|
||||
to_chat(user, span_warning("There is already \a [inserted_item] in \the [src]!"))
|
||||
|
||||
Reference in New Issue
Block a user